projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e88320
)
(${SUBDIR} target): Pass down LDFLAGS and CPPFLAGS.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 2 Jan 1994 18:54:37 +0000
(18:54 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 2 Jan 1994 18:54:37 +0000
(18:54 +0000)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 73717cf6f35bcce44f36ca7df341ef29322149d0..6d933fa49792a68e9a7eb6d71b01528648760f66 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-217,7
+217,8
@@
lib-src: FRC.lib-src
${SUBDIR}: ${SUBDIR_MAKEFILES} FRC
cd $@; $(MAKE) all $(MFLAGS) \
- CC='${CC}' CFLAGS='${CFLAGS}' MAKE='${MAKE}'
+ CC='${CC}' CFLAGS='${CFLAGS}' CPPFLAGS='${CPPFLAGS}' \
+ LDFLAGS='${LDFLAGS}' MAKE='${MAKE}'
Makefile: Makefile.in config.status
./config.status